Search
XmlPersistContext.WritePointCollection Method
See Also
 






Writes the specified point collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XElement WritePointCollection (
    List<Point> points,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WritePointCollection( _
    points As List(Of Point), _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

points

The List of points that is written.

elementName

The name of the element under which the object should be written.

parentElement

The parent element of the newly created node.

 Return Value

 See Also